home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-10-23 | 633 b | 43 lines | [THED/THTH] |
- |
- | RA™
- |
- | Conditional statements
- |
- | © 1986 COM~LINK & S.Koren
- |
- #M;
- "RA™ has one type of conditional!"
- "statement.!!"
- "NOTE: -1 is considered true,!"
- "0 is considered false.!!"
- #A;
- 0 1 - ["true!"]
- 0 ["not true!"]
- 12 34 < ["12 is less 34!"]
- 12 34 < ["12<34!" 4 3 > ["4>3!"]]
- 12 34 > ["12<34!" 4 3 > ["4>3!"]]
- #A;
- "THE END."
- $
- &A "!Hit any key: " ?§ µ @`
- |
- | RA title routine
- |
- &M @ #L; 8 A: ( #N; A. 1 - A: A. 0 > ~ ) #L; #O; #P;`
-
- &O
- 40 100 Ω
- "RA™"
- 60 45 Ω
- "© 1986 COM~LINK & S.Koren"
- 80 60 Ω
- "All rights reserved." `
-
- &L
- 35 A: ("•" A. 1 - A: A. 0 > ~ ) "!"`
-
- &N
- "•" 33 A: (" " A. 1 - A: A. 0 > ~ ) "•" "!"`
-
- &P ?§ @ `
- $